home *** CD-ROM | disk | FTP | other *** search
- Path: solon.com!not-for-mail
- From: seebs@solutions.solon.com (Peter Seebach)
- Newsgroups: comp.lang.c
- Subject: Re: Are you really my colleagues?!?
- Date: 21 Apr 1996 03:01:23 -0500
- Organization: Usenet Fact Police (Undercover)
- Message-ID: <4lcq0j$snn@solutions.solon.com>
- References: <317299C2.167E@gi.alaska.edu> <4l1228INN9hs@mayne.ugrad.cs.ubc.ca> <ElRx1euSMUE4Bmjzgx@transarc.com> <4lcn70$cq7@news.aloha.com>
- Reply-To: seebs@solon.com
- NNTP-Posting-Host: solutions.solon.com
-
- In article <4lcn70$cq7@news.aloha.com>, Jimen Ching <jching@aloha.com> wrote:
- >What if the question was "How do I write to a serial port on a PC in C?"
- >Would that still make C incidental?
-
- Certainly. You can't do it in C, only in terms of PC or vendor specific
- extensions; the language itself is completely irrelevant.
- With most of the toolkits you'd use, you could use any language whatsoever
- that knows how to bind to them, and they may be written in nearly any
- language. If you aren't using a toolkit, you're probably going to end
- up using assembly, which is also not C.
-
- >When I read someones question
- >in c.l.c, I always assumed that the author wants the solution/answer
- >that applies only to C. Otherwise, why did they post to c.l.c in
- >the first place? If they wanted a Pascal solution, did they think
- >that posting to c.l.c will get them the answer? Is that logical?
-
- Apparently. You may have missed it, but we get a fair number of pascal,
- visual basic, or even French questions here. (I am *NOT* making the last
- one up; some fool posted a request for a table of French and English
- words, because he was writing a dictionary program in C.)
-
- >Let's face it. There's no straight formula to determine if some
- >question is inappropriate. If it was *that* simple, I'm sure even
- >these newbies could determine that. This is all I'm saying. My solution
- >to this problem is to either ignore the post altogether or email your
- >anger to the author. Why must I see it?
-
- Because there is a tiny chance that someone will take the time to read
- the group, and will discover that it's off topic before they post their
- own.
-
- The sample of requesting an implementation of, say, a matrix multiply
- in C is obviously off topic; comp.sources.wanted is the place to ask
- for existing code, comp.algorithms or comp.programming the place to discuss
- the theory of matrix multiplies.
-
- comp.lang.c is a good place for questions like "why won't this compile"
- or "why does this function not do what it looks to me to be doing".
-
- WRT the English thing:
-
- Notice that, despite the fact that Usenet in general is an English community
- (modulo the language hierarchies), we discuss English itself only in a
- very few groups (except for topic drift like this). Discussions of, for
- instance, Babylon 5 (a TV show which has dialog primarily in English)
- are not topical in alt.usage.english; only discussions of the English usage
- within that show would be.
-
- Similarly with C; being implemented in C does not grant topicality to
- a question; only being about the C language itself does.
-
- -s
- --
- Peter Seebach - seebs@solon.com - Copyright 1996 Peter Seebach.
- C/Unix wizard -- C/Unix questions? Send mail for help. No, really!
- Unsolicited email is not welcome, and will be billed for at consulting rates.
- The *other* C FAQ - http://www.solon.com/~seebs/c/c-iaq.html
-